home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 2002 November / SGI Freeware 2002 November - Disc 3.iso / dist / fw_qt3.idb / usr / freeware / Qt / examples / drawlines / drawlines.doc.z / drawlines.doc
Text File  |  2002-04-08  |  409b  |  22 lines

  1.  
  2. /*
  3. $Id$
  4. */
  5. /*!   \page drawlines-example.html
  6.  
  7.   \ingroup examples
  8.   \title Connect the Points
  9.  
  10.   This example shows very simple mouse-based user interaction and
  11.   painting without any world transform matrix or other advanced
  12.   features.  Run the program, click the button, move the mouse,
  13.   release the button, and watch the lines get drawn.
  14.  
  15.   <hr>
  16.  
  17.   Implementation:
  18.  
  19.   \include drawlines/connect.cpp
  20. */
  21.  
  22.